/***********************************************
*	Program Name: Apartment css template
*	Programmers Name: Keith W. Hatton
*	Date: 07/27/24
*	Version:
* 		
*	
************************************************/

article, aside, figure, footer, header, nav, section {display: block;}

body {font-size: 90%; background-color: rgba(255,255,255,1); background-image: url(bkg.jpg); background-repeat: no-repeat;}




.header1 h1 {
	
	font-family: Arial, sans-serif;
	text-align: center;
	font-size: 1.2em;
	font-style: normal;
	color: rgba(0,0,0,1);
	
	
}




.header1 h2 {
	font-family: Arial, sans-serif;
	text-align: center;
	font-size: 1.2em;
	color: rgba(0,0,0,1);
	margin-top: 15px;
}


.header1 {
		display: block;
		margin-left: 125px;
		margin-right: 75px;
		line-height: .5em;
		height: 100px;
		width: 150px;	/*300*/
		margin-top: 10px;
		float: left;	
		text-align: center;	
		}



.header2 {
		display: block;
		line-height: .25em;
		height: 100px;
		width: 500px;/*1000*/
		margin-top: 10px;
		float: left;
		text-align: center;	
		}

.header2 h1 {
	margin-top: 10px;
	font-family: Arial, sans-serif;
	text-align: center;
	font-size: 200%;
	font-style: normal;
	color: rgba(0,0,0,1);
	padding-top: .25em;
	
}


.header2 h2 {
	font-family: Arial, sans-serif;
	text-align: center;
	font-size: 125%;
	color: rgba(0,0,0,01);
	
}

.header3 {
		display: block;
		margin-right: 125px;
		margin-left: 2em;
		line-height: .5em;
		height: 100px;
		width: 150px;
		margin-top: 10px;
		float: right;	
		text-align: center;	
		
		}


.header3 h1 {
	
	font-family: Arial, sans-serif;
	text-align: center;
	font-size: 1.25em;
	font-style: normal;
	color: rgba(0,0,0,1);
	padding-top: .25em;
	margin-top: 15px;
	
}



.header3 h2 {
	
	font-family: Arial, sans-serif;
	text-align: right;
	font-size: 1em;
	color: rgba(0,0,0,0,1);
	margin-top: 15px;
	
}
/* 7/27/24
.header3 p{
	font-size: 12px;
	margin-left: 2em;
}
*/

.wrapper1 {
	
	width: 1200px;
	background-color:    rgba(255,255,255,.9);
	margin-left: auto;
	margin-right: auto;
	height: 550px;
	border-width: .5px;
	border-style: solid;
	border-color: rgba(0,0,0,1);
	
}




.clear {
	clear: both;
}


/*Slide Show */
.section1
{
	width: 1000px;
	height: 290px;	
	background-color: rgba(255,255,255,1);
	margin-left: 75px;
	padding: 20px;
	float: left;
	border-style: solid;
	border-width: .25px;
	border-color: black;
	margin-top: 10px;
		
			
}


p{font-family: Arial, "Times New Roman", sans-serif;}


.clear {
	clear: both;
}





#footer  {
	margin-top: 35px;
	text-align: center;
	margin-right: 2em;
	color: black;
}


